home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00141_ArtistsMIAW.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  574 b   |  25 lines

  1. on ArtistsMIAW left, top, right, bottom, Artist
  2.   global gWhichArtist
  3.   go(marker(0) + 1)
  4.   set gWhichArtist to the frameLabel
  5.   set the windowType of window "Artist.dir" to 2
  6.   set the rect of window "Artist.dir" to rect(left, top, right, bottom)
  7.   open(window "Artist.dir")
  8. end
  9.  
  10. on stopArtist
  11.   if the windowList = [] then
  12.     nothing()
  13.   else
  14.     set the visible of window "Artist.dir" to 0
  15.     updateStage()
  16.     forget(window "Artist.dir")
  17.   end if
  18. end
  19.  
  20. on stopStdSound
  21.   set the visible of window "stdSound.dir" to 0
  22.   updateStage()
  23.   forget(window "StdSound.dir")
  24. end
  25.